Formal Parameter | Type | Default | Required | Description |
backToTop | STRING | BackToTop.gif | false | Deprecated. This formal parameter is no longer used. There are no references to this formal parameter in the code |
calendarImage | STRING | calendar.gif | false | |
cssPrefix | STRING | false | Prefix to append to all css class names. |
|
errorImage | STRING | promptError_white.gif | false | |
levelFlag | INTEGER | 4095 | false | Specifies what fields in prompt question are displayed. Prompt question is broken down in four visible fields: title, meaning, restriction and content. Multiple fields can be displayed at the same time. Which fields to be displayed is indicated by a bit-wise flag. This flag is used as bit-wise value. Allowed Values:
For complete list, refer to EnumPromptLevelFlags Usage: For example, if you want to specify name and owner, then you would specify (1 + 4 = 5) Default value is LEVEL_SHOW_ALL |
showNoneOption | BOOLEAN | false | false | Specifies whether or not to radio option for 'none' for all non-required answer prompts. It indicates to render a radion button for 'none' answer as the first option in the list. This parameter will be valid if given prompt doesn't require an prompt answer. This flag is used as boolean value. |
showRequired | BOOLEAN | true | false | Specifies whether or not to display 'Required' message at the end of prompt title. 'Required' message is static and it's displayed along with prompt title. This message can be either displayed or not. This flag is used as boolean value. |